FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.1-dft (78 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.1-dft&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
Url http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
Version 1.0.0
Status draft
Name Task
Title Task
Experimental False
Authority national
Description A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.
Type Task
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle Bundle
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader MessageHeader

Resources that this resource uses

StructureDefinition
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication Communication
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT PatientNeedsToBeSeen
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole PractitionerRole
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-task-business-status-reason-EXT BusinessStatusReason
http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status Task Business Status
http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-code Task Code


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "CA-eReC-Task",
  "url" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task",
  "version" : "1.0.0",
  "name" : "Task",
  "title" : "Task",
  "status" : "draft",
  "description" : "A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Task",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Task.extension",
        "path" : "Task.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        }
      },
      {
        "id" : "Task.extension:PatientNeedsToBeSeen",
        "path" : "Task.extension",
        "sliceName" : "PatientNeedsToBeSeen",
        "comment" : "Used to support the eConsult use case where a patient is referred to a care provider. Used for when the care provider responds with an eConsult rather than accept the referral, but the patient wants a referral anyway.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT"
            ]
          }
        ]
      },
      {
        "id" : "Task.basedOn",
        "path" : "Task.basedOn",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.reference",
        "path" : "Task.basedOn.reference",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier",
        "path" : "Task.basedOn.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier.system",
        "path" : "Task.basedOn.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier.value",
        "path" : "Task.basedOn.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Task.status",
        "path" : "Task.status",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus",
        "path" : "Task.businessStatus",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status"
        }
      },
      {
        "id" : "Task.businessStatus.extension:StatusReason",
        "path" : "Task.businessStatus.extension",
        "sliceName" : "StatusReason",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-task-business-status-reason-EXT"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.intent",
        "path" : "Task.intent",
        "patternCode" : "proposal",
        "mustSupport" : true
      },
      {
        "id" : "Task.code",
        "path" : "Task.code",
        "comment" : "-",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-code"
        }
      },
      {
        "id" : "Task.authoredOn",
        "path" : "Task.authoredOn",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner",
        "path" : "Task.owner",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.reference",
        "path" : "Task.owner.reference",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier",
        "path" : "Task.owner.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier.system",
        "path" : "Task.owner.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier.value",
        "path" : "Task.owner.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Task.output",
        "path" : "Task.output",
        "mustSupport" : true
      },
      {
        "id" : "Task.output.value[x]",
        "path" : "Task.output.value[x]",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.